Merged
Conversation
Migrates the project to .NET 10 and implements central package management using Directory.Packages.props. This change streamlines dependency management and ensures consistent package versions across the solution.
Updates the Aspire AppHost SDK to version 13.1.0. Removes redundant package references.
Updates the project to use .NET 10.0 and removes the redundant ".NET" prefix when refering to Aspire. This ensures the project is running on the latest version of the .NET runtime and improves clarity in documentation and examples.
Updates the .NET devcontainer image to use the noble distribution. Adds a post-create command to clean up obj and bin directories and restore dotnet dependencies, ensuring a clean build environment.
Contributor
Author
|
@microsoft-github-policy-service agree |
ch-rob
approved these changes
Jan 21, 2026
Contributor
Author
|
Can you merge it?
I lost all access since I'm not an FTE anymore 🙄
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Chad Voelker ***@***.***>
Sent: Wednesday, January 21, 2026 12:41:04 PM
To: microsoft/AzUrlShortener ***@***.***>
Cc: Frank Boucher ***@***.***>; Mention ***@***.***>
Subject: Re: [microsoft/AzUrlShortener] Updates to .NET 10 and Aspire (PR #596)
@ch-rob approved this pull request.
@fboucher<https://github.com/fboucher> : Looks good.
—
Reply to this email directly, view it on GitHub<#596 (review)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AASLD3V2BVJOZSUGPI66VJD4H623BAVCNFSM6AAAAACRLIKSUGVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTMOBYGU2TMNBUGM>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the project to .NET 10 and the latest Aspire SDK.
fix: #595
This includes: